This is shell script for example code


Posted by coray0715 on 2023-07-04

#!/bin/bash

# This is a simple shell script example

# Print "Hello, World!" to the console
echo "Hello, World!"









Related Posts

JavaScript 繼承機制

JavaScript 繼承機制

每日心得筆記 2020-06-29(一)

每日心得筆記 2020-06-29(一)

用 Nest.js 開發 API 吧 (七) - Entity

用 Nest.js 開發 API 吧 (七) - Entity


Comments